home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5789 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  652 b 

  1. Path: druid.borland.com!usenet
  2. From: pete@borland.com (Pete Becker)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Cast from function expecting a reference to one expecting a pointer
  5. Date: 6 Feb 1996 20:33:22 GMT
  6. Organization: Borland International
  7. Message-ID: <4f8dui$kik@druid.borland.com>
  8. References: <310DF504.69E6@tees.ac.uk>
  9. NNTP-Posting-Host: pbecker.borland.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. In article <310DF504.69E6@tees.ac.uk>, H.Lawson@tees.ac.uk says...
  15. >
  16. >Is it legal to cast from a function which expects a reference to one 
  17. >expecting a pointer, as in the sample code below.
  18. >
  19.  
  20. No.
  21.  
  22.